home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 26 (Anniversary Edition)
/
Volume 26 [Anniversary Edition] - JOGO DISK .iso
/
DEPOSITO
/
REmovido
/
Esportes
/
Board.swf
/
scripts
/
frame_20
/
DoAction.as
Wrap
Text File
|
2006-06-13
|
465b
|
17 lines
stopDrag();
setProperty("/snowtrail", _X, getProperty("/trail1", _X) - "12");
setProperty("/shadow", _X, getProperty("/trail1", _X) - "12");
if(getProperty("/trail", _Y) + "140" < getProperty("/finish", _Y))
{
setProperty("/finish", _X, getProperty("/trail1", _X) - "50");
setProperty("/finish", _Y, getProperty("/finish", _Y) - eval("ramp:rampspeed"));
}
else
{
tellTarget("/trail1")
{
gotoAndStop(45);
}
gotoAndPlay(25);
}